vendor/golang.org/x/crypto/cryptobyte.String.readASN1BigInt (method)

2 uses

	vendor/golang.org/x/crypto/cryptobyte (current package)
		asn1.go#L293: 			return s.readASN1BigInt(out.(*big.Int))
		asn1.go#L316: func (s *String) readASN1BigInt(out *big.Int) bool {